| 1. | The scanner is sometimes called a lexical analyzer . 扫描程序有时又把它称为词法分析程序。 |
| 2. | Flex , a lexical analyzer generator Flex ,这是一个词汇分析器生成器 |
| 3. | Lex : a lexical analyzer generator Lex :一个词汇分析器生成器 |
| 4. | A lexical analyzer isn t a handheld gizmo you get on a sci - fi show 词汇分析器不是在科幻展示中可以看到的小发明。 |
| 5. | Write a lexical analyzer to process input and pass tokens to the parser 编写一个词法分析器来处理输入并将标记传递给解析器。 |
| 6. | Bison is used to generate parsers ; flex is used to generate lexical analyzers Bison用来生成语法分析器; flex用来生成词汇分析器。 |
| 7. | For instance , a simple lexical analyzer might count the words in its input 例如,一个简单的词汇分析器可能会为输入的单词进行计数。 |
| 8. | It consists of a series of rules that lex translates into the lexical analyzer 它由一系列规则构成, lex将这些规则翻译为词汇分析器。 |
| 9. | Lex takes a specification file and builds a corresponding lexical analyzer , coded in c Lex可以接受规范文件并构建一个相应的词汇分析器(用c编写的) 。 |
| 10. | Is passed through the lex utility , and produces output files in c . these file are compiled to produce an executable version of the lexical analyzer . lex的扩展名)通过lex公用程序来传递,并生成c的输出文件。这些文件被编译为词法分析器的可执行版本。 |